home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / BTR_HELP.ARJ / BEMPTY.BAT < prev    next >
DOS Batch File  |  1991-04-01  |  438b  |  12 lines

  1. @echo off
  2. if "%1"=="" goto :abort
  3. btrhelp %1 -ps OE!YXXXXX
  4. goto :exit
  5. :abort
  6. echo ┌───────────────────────────────────────────────────────────┐
  7. echo │ USAGE: Bempty FILENAME                                    │
  8. echo │                                                           │
  9. echo │  The name of file to empty is specified as the parameter. │
  10. echo └───────────────────────────────────────────────────────────┘
  11. :exit
  12. @echo on